There are currently 12 sample programs supplied with REALbasic. This document lists them, along with a brief explanation. All of the examples can also be compiled into Java applets unless specifically noted.
Scribble
A simple program that allows the user to scribble on a window with the mouse.
Hurkle
An implementation of the simple game 'Hunt the Hurkle' - known by other names. (Personal note: when I was a young programmer, one of the first things I did when learning a new language/environment was to implement Hunt the Hurkle).
Listbox
A program demonstrating some simple operations with a listbox.
Menus
A demonstration of how to write programs with menus. (Not Java Compatible).
Dialogs
Demonstrates one method of implementing dialog boxes.
Modal
Demonstrates another method of implementing dialogs (Not Java compatible).
Paint
Demonstrates handling the Paint event to perform drawing.
Picture
Demonstrates using pictures to simulate a button. (Not completely Java compatible).
Calculator
Implements a simple calculator. Demonstrates the use of control arrays.
REALSimpleSprites
Demonstrates handling sprite animation by creating a special class (not Java compatible).
REALSimpleText
Demonstrates handling styled text and creating a Font menu (not Java compatible).